/*原始代码*/
.swipe-banner {
  width: 100%;
  min-width: 1200px;
}
.swipe-banner .swiper-container {
  position: relative;
}
.swipe-banner .swiper-container::before {
  content: '';
  position: absolute;
  background: #023894;
  height: 100%;
  width: 500px;
  right: 100%;
  top: 0;
  z-index: 8;
}
.swipe-banner .swiper-container::after {
  content: '';
  position: absolute;
  background: #023894;
  height: 100%;
  width: 500px;
  left: 100%;
  bottom: 0;
  z-index: 9;
}
.swipe-banner .swiper-container .swiper-button-prev {
  left: calc(50% - 610px);
}
.swipe-banner .swiper-container .swiper-button-next {
  right: calc(50% - 610px);
}
.swipe-banner .swiper-container .swiper-slide .banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.swipe-banner .swiper-container .swiper-slide .banner img {
      width: 100%;
      height: 600px;
      margin: 0 auto;
}
.swipe-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 250px;
  height: 130px;
  display: inline-block;
  border-radius: 0px;
  box-sizing: border-box;
  opacity: 1;
  background-size: auto 130px;
  background-position: center center;
  background-repeat: no-repeat;
}
.swipe-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: 4px solid #ffffff;
  opacity: 1;
}
.home-composite-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-composite-title .title-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 33px;
  line-height: 33px;
}
.home-composite-title .title-top .bg-left {
  width: 46px;
  height: 4px;
  margin-right: 16px;
  background-image: url(../img/icon/icon-title-left.png);
}
.home-composite-title .title-top .title-cn {
  color: #262626;
  font-size: 24px;
  text-align: center;
  font-family: PingFangSC-Medium;
}
.home-composite-title .title-top .bg-right {
  width: 46px;
  height: 4px;
  margin-left: 16px;
  background-image: url(../img/icon/icon-title-right.png);
}
.home-composite-title .title-en {
  height: 20px;
  line-height: 20px;
  color: #8c8c8c;
  font-size: 14px;
  text-align: center;
  font-family: PingFangSC-Regular;
}
.home-news {
  width: 100%;
  min-width: 1200px;
  height: 564px;
  background-color: #ffffff;
}
.home-news .home-news-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
.home-news .home-news-container .news {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.home-news .home-news-container .news .news-left {
  width: 790px;
  display: flex;
  flex-direction: column;
}
.home-news .home-news-container .news .news-left .news-category {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 5px;
  background-color: #e8f0ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-news .home-news-container .news .news-left .news-category .category-left {
  margin-left: 20px;
  color: #5b72b7;
  font-size: 20px;
  font-family: PingFangSC-Medium;
}
.home-news .home-news-container .news .news-left .news-category .category-left span {
  margin-left: 6px;
  color: #5b72b7;
  font-size: 14px;
  text-align: center;
  font-family: PingFangSC-Regular;
}
.home-news .home-news-container .news .news-left .news-category .category-more {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  text-align: left;
  font-family: PingFangSC-Regular;
}
.home-news .home-news-container .news .news-left .news-category .category-more a {
  color: #8598cb;
}
.home-news .home-news-container .news .news-left .news-category .category-more .more-icon {
  margin-left: 7px;
  width: 18px;
  height: 18px;
  background-image: url('../img/icon/more.png');
}
.home-news .home-news-container .news .news-left .news-content {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.home-news .home-news-container .news .news-left .news-content .left-img {
  width: 362px;
  height: 256px;
  border-radius: 5px;
  background-color: black;
}
.home-news .home-news-container .news .news-left .news-content .left-img img {
  width: 362px;
  height: 256px;
  border-radius: 5px;
}
.home-news .home-news-container .news .news-left .news-content .news-list {
  width: 410px;
  display: flex;
  flex-direction: column;
}
.home-news .home-news-container .news .news-left .news-content .news-list .news-item {
  height: 32px;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-news .home-news-container .news .news-left .news-content .news-list .news-item .item-title {
  color: #595959;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news .home-news-container .news .news-left .news-content .news-list .news-item .item-date {
  color: #8c8c8c;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.home-news .home-news-container .news .news-right {
  width: 382px;
  display: flex;
  flex-direction: column;
}
.home-news .home-news-container .news .news-right .news-category {
  text-indent: 20px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 2px;
  background-color: #fff4e9;
  color: #8a735f;
  font-size: 20px;
  font-family: PingFangSC-Medium;
}
.home-news .home-news-container .news .news-right .news-category span {
  margin-left: 6px;
  color: #8a735f;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.home-news .home-news-container .news .news-right .news-list {
  margin-top: 20px;
  width: 100%;
  height: 256px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.home-news .home-news-container .news .news-right .news-list .news-item {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-news .home-news-container .news .news-right .news-list .news-item .item-title {
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
  font-size: 16px;
  font-family: PingFangSC-Regular;
}
.home-news .home-news-container .news .news-right .news-list .news-item .item-date {
  color: #8c8c8c;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.store-address {
  width: 100%;
  min-width: 1200px;
  height: 390px;
  box-sizing: border-box;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f2f2;
}
.store-address .store-address-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.store-address .store-address-container .store-more {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.store-address .store-address-container .store-more a {
  color: #8c8c8c;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  margin-right: 6px;
}
.store-address .store-address-container .store-more .more-icon-gray {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon/more-gray.png);
}
.store-address .store-address-container .store-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  overflow: hidden;
}
.store-address .store-address-container .store-list .store-item {
  width: 288px;
  margin-right: 16px;
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store-address .store-address-container .store-list .store-item .store-img {
  width: 100%;
  height: 163px;
}
.store-address .store-address-container .store-list .store-item .store-img img {
  width: 100%;
  height: 163px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.store-address .store-address-container .store-list .store-item .store-name {
  width: 288px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0px 10px;
  text-align: center;
  color: #262626;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-bussiness {
    display: flex;
    justify-content: center;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 75px;
}
.home-bussiness .home-bussiness-container {
  margin: 0 auto;
  width: 1500px;
  display: flex;
  flex-direction: column;
}
.home-bussiness .home-bussiness-container .bussiness-list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  flex-wrap: nowrap;
}
.home-bussiness .home-bussiness-container .bussiness-list .bussiness-item {
  width: 489px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.home-bussiness .home-bussiness-container .bussiness-list .bussiness-item .bussiness-img {
  width: 489px;
  height: 318px;
}
.home-bussiness .home-bussiness-container .bussiness-list .bussiness-item .bussiness-img img {
  width: 489px;
  height: 318px;
}
.home-bussiness .home-bussiness-container .bussiness-list .bussiness-item .bussiness-name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #262626;
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-title {
  width: 100%;
  background-color: #ffffff;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  text-align: center;
  font-family: PingFangSC-Medium;
  color: #595959;
}
.home-title.blue {
  background-color: #023894;
  color: #ffffff;
}
.bussiness-bg {
  width: 100%;
  height: 700px;
  background-color: #023894;
  background-image: url(../img/bg/home-brand.png);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.home-about-us {
  width: 100%;
  height: 700px;
  background-color: #023894;
  background-image: url(../img/bg/city.jpg);
  background-size: 100%  100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-about-us .content {
  padding-top: 190px;
  margin: 0px auto;
  width: 1200px;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  font-family: PingFangSC-Regular;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.home-about-us .content .left {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-about-us .content .left .title {
  margin-top: 50px;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
  font-family: PingFangSC-Medium;
}
.home-about-us .content .left .description {
  line-height: 30px;
}
.home-about-us .content .right {
  width: 520px;
  height: 320px;
  background-image: url(../img/bg/building.png);
  background-position: center center;
  background-size: 520px 320px;
  background-repeat: no-repeat;
}
.home-party {
  width: 100%;
  height: 598px;
  background-image: url(../img/bg/home-bg-party.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.home-netcafe-hotel {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
}
.home-netcafe-hotel .title {
  display: flex;
  flex-direction: row;
  height: 100px;
  line-height: 100px;
  justify-content: center;
  justify-items: center;
  font-size: 24px;
  font-family: PingFangSC-Medium;
}
.home-netcafe-hotel .title .item {
  margin-right: 15px;
}
.home-netcafe-hotel .title .item > span {
  color: #BFFF2C;
  font-size: 34px;
  font-weight: bolder;
  margin-left: 6px;
  margin-right: 6px;
}
.home-netcafe-hotel .data-time {
  line-height: 50px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
}
.home-netcafe-hotel .divider {
  border: 1px solid #f5f5f5;
}
.home-netcafe-hotel .branches-map {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.home-netcafe-hotel .branches-map .left {
  width: 450px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 20px;
  box-sizing: border-box;
}
.home-netcafe-hotel .branches-map .left .stores {
  padding-top: 20px;
  width: 210px;
  height: 460px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}
.home-netcafe-hotel .branches-map .left .stores:nth-of-type(1) {
  margin-right: 10px;
}
.home-netcafe-hotel .branches-map .left .stores .store-item {
  width: 210px;
  line-height: 60px;
  font-size: 15px;
  font-family: 'PingFangSC-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
}
.home-netcafe-hotel .branches-map .left .stores .store-item:hover {
  cursor: pointer;
}
.home-netcafe-hotel .branches-map .left .stores .store-item .dot {
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 8px;
}
.home-netcafe-hotel .branches-map .center {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-netcafe-hotel .branches-map .center .sperate-line {
  margin: 60px 0px;
  width: 0px;
  height: 300px;
  border: 1px solid #f5f5f5;
}
.home-netcafe-hotel .branches-map .map {
  width: 450px;
}
.home-netcafe-hotel .branches-map .map img {
  margin: 40px auto;
  width: 400px;
}
